home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / moneystrip.swf / scripts / frame_12 / PlaceObject2_44_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2005-12-23  |  228b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_root._xmouse < 88)
  3.    {
  4.       temp_x = 88;
  5.    }
  6.    else if(_root._xmouse > 364)
  7.    {
  8.       temp_x = 364;
  9.    }
  10.    else
  11.    {
  12.       temp_x = _root._xmouse;
  13.    }
  14.    this._x = temp_x;
  15. }
  16.